* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
}

body {
    background-color: white;
    margin: 0;
    padding: 0;
}

/* Responsive Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Header Styling */
.header {
    background-color: white;
    color: #ad8b3a;
    padding: 20px 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
}

.logo-container {
    position: static;
    margin-bottom: 10px;
}

.logo-img {
    width: 150px;
    height: 100px;
}

.text-container {
    flex-grow: 1;
}

.logo-text {
    font-size: 37px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    font-family: Cinzel, "Palatino Linotype", sans-s;
}

.byline {
    font-size: 14px;
    margin-top: 5px;
    color: black;
    letter-spacing: 1px;
    font-weight: 700;
}

.contact-us {
    position: static;
    margin-top: 10px;
}

.contact-us a {
    background-color: #ad8b3a;
    color: white;
    text-decoration: none;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 600;
    transition: 0.3s ease-in-out;
}

.contact-us a:hover {
    background-color: #c8a74d;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Navbar */
.navbar-container {
    border-top: 1px solid #ad8b3a;
    border-bottom: 1px solid #ad8b3a;
    background-color: #1e4d2b;
}

.navbar {
    padding: 15px 0;
}

.nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    gap: 10px;
}

.nav-links li {
    margin: 0 10px;
}

.nav-links a {
    color: #ad8b3a;
    text-decoration: none;
    font-size: 17.6px;
    letter-spacing: 0.528px;
    line-height: 22px;
}
.nav-button a:hover {
    text-decoration: underline;
    color: #c8a74d;
}

/* Rating Section */
.rating-section {
    text-align: center;
    padding: 30px 15px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    margin: 30px auto;
}

.rating-heading {
    font-size: 49.6px;
    font-family: Cinzel, "Palatino Linotype", sans-s;
    line-height: 59.5px;
    letter-spacing: -2.48px;
    margin-bottom: 20px;
    color: #45443f;
}

.rating-stars {
    font-size: 15px;
    line-height: 15px;
    color: #ad8b3a;
    margin-bottom: 8px;
    letter-spacing: 5px;
}

.rating-text {
    font-size: 14px;
    line-height: 21px;
    color: #0a1e14;
    margin-bottom: 5px;
}



.carousel-wrapper {
    position: relative;
    width: 800px;
    margin: 0 auto;
    overflow: hidden;
  }
  
  .carousel-track {
    display: flex;
    gap: 40px;
    transition: transform 0.5s ease;
  }
  
  .slide {
    flex: 0 0 auto;
    width: 300px;
    height: 500px;
    background: #3498db;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
  
  .slide.active {
    background: #e74c3c;
  }
  
  .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    font-size: 1.5rem;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
  }
  
  .arrow.left {
    left: 300px;
  }
  
  .arrow.right {
    right: 300px;
  }

.rating-section {
    text-align: center;
    padding: 30px;
    background-color: white; /* Dark background */
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    margin-top: -20px;
}

.rating-heading {
    font-size: 48px;
    text color:#45443f;
    margin-bottom: 20px;
    font-weight: Regular (400);
    font-family: Cinzel, "Palatino Linotype", sans-s;
    font-size: 49.6128px;
    line-height: 59.5354px;
    letter-spacing: -2.48064px;
}

.rating-stars {
    font-size: 15px;
    line-height: 15px;
    font-weight: regular (400);
    color: #ad8b3a;
    margin-bottom: 8px;
    letter-spacing: 5px;
}

.rating-text {
    font-size: 14px;
    line-height: 21px;
    font-weight: light (300);
    color: #0a1e14;
    margin-bottom: 5px;
}

.reviews-count {
    font-size: 14px;
    line-height: 16.1px;
    font-weight: semi bold(600);
    letter-spacing: normal;
    color:#ad8b3a;
}




.welcome-section {
    background-color: white;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    
}

.welcome-title {
    font-size: 24px;
    text color:#45443f;
    margin-bottom: 20px;
    font-weight: Regular (400);
    font-family: Cinzel, "Palatino Linotype", sans-s;
    font-size: 49.6128px;
    line-height: 59.5354px;
    letter-spacing: -2.48064px;
}

.welcome-text {
    font-size: 17.6px;
    line-height: 27.9616px;
    margin-bottom: 25px;
    color: #45443f;
    letter-spacing: normal;
    font-weight: light (300);
}

.highlights-title {
    font-size: 24px;
    text color:#45443f;
    margin-bottom: 20px;
    font-weight: Regular (400);
    font-family: Cinzel, "Palatino Linotype", sans-s;
    font-size: 49.6128px;
    line-height: 59.5354px;
    letter-spacing: -2.48064px;

}


.amenities-section {
    background-color: white;
    padding: 30px 40px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.amenities-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    max-width: 800px;
    margin: 0 auto;
}

.amenity {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #1e4d2b;
}
.amenities-title {
    font-size: 24px;
    text color: #45443F;
    margin-bottom: 20px;
    font-weight: Regular (400);
    font-family: Cinzel, "Palatino Linotype", sans-s;
    font-size: 49.6128px;
    line-height: 59.5354px;
    letter-spacing: -2.48064px;
}

.amenity i {
    font-size: 24px;  /* Adjust icon size */
}

.view-all {
    margin-top: 20px;
}

.view-all a {
    font-size: 16px;
    font-weight: bold;
    color: #1e4d2b;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.view-all i {
    font-size: 14px;
}

.view-all a:hover {
    text-decoration: underline;
}

.container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
    padding: 40px;
    max-width: 1200px;
    margin: auto;
    flex-wrap: wrap;
  }
  
  .image-section img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  }
  
  .text-section {
    max-width: 500px;
  }
  
  .text-section h2 {
    font-size: 28px;
    margin-bottom: 16px;
    color: #1f2937;
  }
  
  .text-section p {
    font-size: 16px;
    color: #374151;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  
  .learn-more {
    font-size: 16px;
    color: #006241;
    text-decoration: none;
    font-weight: 600;
  }
  
  .learn-more span {
    font-size: 18px;
    vertical-align: middle;
  }

  .high-title {
    font-size: 32px;
    text color: #0a1e14;
    margin-bottom: 20px;
    font-family: Cinzel, "Palatino Linotype", sans-s;
    line-height: 59.5354px;
    letter-spacing: -2.48064px;

  }

  .location-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}

.map-section {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    
    flex: 1;
    min-width: 300px;
}

.map-title {
    font-size: 24px;
    text color: #45443F;
    margin-bottom: 20px;
    font-weight: Regular (400);
    font-family: Cinzel, "Palatino Linotype", sans-s;
    font-size: 49.6128px;
    line-height: 59.5354px;
    letter-spacing: -2.48064px;
}

.map-container {
    height: 400px;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

/* Footer */
.footer {
    background-color: black;
    color: #ad8b3a;
    padding: 30px 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
}

.subscribe-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.subscribe-section h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.subscribe-form {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
}

.subscribe-form input {
    padding: 12px 15px;
    border: none;
    font-size: 14px;
    width: 100%;
}

.subscribe-form button {
    background-color: #fff;
    color: #000;
    border: none;
    padding: 12px 25px;
    font-weight: bold;
    cursor: pointer;
    width: fit-content;
}

.footer-divider {
    height: 1px;
    background-color: #333;
    margin: 20px 0;
    width: 100%;
}

.footer-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.footer-column {
    padding-right: 0;
    margin-bottom: 20px;
}

.footer-column h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
    font-size: 14px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}

.social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.social-links a {
    color: #fff;
    font-size: 18px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #333;
    border-radius: 50%;
    text-decoration: none;
}

.social-links a:hover {
    background-color: #555;
}

.footer-copyright {
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #333;
}

/* Media Queries */
@media (min-width: 768px) {
    .contact-section {
        flex-direction: row;
    }

    .footer-content {
        flex-direction: row;
        justify-content: space-between;
    }

    .subscribe-section {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .subscribe-form {
        flex-direction: row;
        align-items: center;
        width: auto;
    }
}

.cont-info {
    color: white;
}
